ComponentOne SpellChecker for WinForms
C1.Win.C1SpellChecker.4.5.2 Assembly / C1.Win.C1SpellChecker Namespace / CharRangeList Class / FindLastIndex Method / FindLastIndex(Int32,Predicate<CharRange>) Method

In This Topic
    FindLastIndex(Int32,Predicate<CharRange>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal startIndex As System.Integer, _
       ByVal match As System.Predicate(Of CharRange) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.int startIndex,
       System.Predicate<CharRange> match
    )

    Parameters

    startIndex
    match
    See Also